Skip to content

chore(deps-dev): bump eslint-plugin-jsdoc from 63.0.12 to 64.1.0 - #9857

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/eslint-plugin-jsdoc-64.1.0
Open

chore(deps-dev): bump eslint-plugin-jsdoc from 63.0.12 to 64.1.0#9857
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/eslint-plugin-jsdoc-64.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-jsdoc from 63.0.12 to 64.1.0.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v64.1.0

64.1.0 (2026-08-10)

Features

  • update jsdoccomment, devDeps.; use nodenext for module properties in TS (7309d7d)

v64.0.2

64.0.2 (2026-08-09)

Bug Fixes

  • update jsdoccomment and devDep. (fbe2a2b)

v64.0.1

64.0.1 (2026-08-08)

Bug Fixes

  • resume support for CJS via require(esm) (343516a)

v64.0.0

64.0.0 (2026-08-07)

Features

BREAKING CHANGES

    • Requires Node ^22.22.2 || >=24.15.0
  • Drops CJS exports; should be able to use require(esm) with newly supported Node versions

v63.3.3

63.3.3 (2026-08-02)

Bug Fixes

v63.3.2

63.3.2 (2026-07-28)

... (truncated)

Commits
  • 7309d7d feat: update jsdoccomment, devDeps.; use nodenext for module properties in TS
  • 4de1b19 chore: update jsdoccomment, devDep.
  • fbe2a2b fix: update jsdoccomment and devDep.
  • 343516a fix: resume support for CJS via require(esm)
  • 7e94c04 chore: update jsdoccomment, comment-parser, devDeps.
  • 9c9b723 feat: ESM only; fixes #1626
  • cb41846 chore: update devDeps.
  • 5c17ce4 refactor: fix tsc dev
  • 4ff1e96 fix(types): add missing tsdoc configs; closes #1739
  • 7d5df2e chore: update devDeps.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 63.0.12 to 64.1.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v63.0.12...v64.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 64.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 00:57
@dependabot dependabot Bot added javascript Pull requests that update javascript code dependabot labels Aug 19, 2026
@dd-octo-sts

dd-octo-sts Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Overall package size

Self size: 8.25 MB
Deduped: 8.92 MB
No deduping: 8.92 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.3.3 | 125.43 kB | 445.14 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0e98ae4648

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json
"eslint-plugin-cypress": "^6.4.2",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-jsdoc": "^63.0.12",
"eslint-plugin-jsdoc": "^64.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve support for the declared Node 22 range

The v64 release notes embedded in this commit state that the plugin now requires Node ^22.22.2 || >=24.15.0, while this repository still declares engines.node: >=22 and .nvmrc selects Node 22 without a patch floor. Contributors using any allowed Node 22.0.0–22.22.1 release will therefore have yarn install reject this dependency or be unable to load the linter; keep v63 or raise and consistently enforce the repository's tooling minimum before taking this upgrade.

AGENTS.md reference: AGENTS.md:L266-L271

Useful? React with 👍 / 👎.

@pr-commenter

pr-commenter Bot commented Aug 19, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-08-19 01:10:54

Comparing candidate commit eecb46a in PR branch dependabot/npm_and_yarn/eslint-plugin-jsdoc-64.1.0 with baseline commit 63a6307 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 0 performance regressions! Performance is the same for 2284 metrics, 8 unstable metrics.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

Unstable benchmarks

These benchmarks have a confidence interval too wide to call a change; treat them as noise rather than signal.

scenario:appsec-iast-with-vulnerability-iast-enabled-default-config-20

  • unstable max_rss_usage [-31.480MB; +7.825MB] or [-8.458%; +2.103%]

scenario:debugger-line-probe-with-snapshot-minimal-24

  • unstable max_rss_usage [-17141.465KB; +17089.465KB] or [-6.991%; +6.970%]

scenario:debugger-line-probe-without-snapshot-24

  • unstable max_rss_usage [-15.111MB; +21.355MB] or [-5.339%; +7.545%]

scenario:dogstatsd-with-tags-20

  • unstable cpu_user_time [-151.039ms; +539.684ms] or [-3.177%; +11.350%]
  • unstable execution_time [-157.822ms; +539.326ms] or [-3.272%; +11.180%]
  • unstable throughput [-192730.833op/s; +57732.367op/s] or [-11.064%; +3.314%]

scenario:plugin-graphql-long-with-depth-and-collapse-off-20

  • unstable max_rss_usage [-34.230MB; +43.325MB] or [-8.510%; +10.771%]

scenario:test-optimization-large-suite-20

  • unstable max_rss_usage [-3.577MB; +6.779MB] or [-4.540%; +8.603%]

@datadog-official

datadog-official Bot commented Aug 19, 2026

Copy link
Copy Markdown

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 98.55% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: eecb46a | Docs | View more details | Give us feedback!

@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.54%. Comparing base (63a6307) to head (eecb46a).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #9857    +/-   ##
========================================
  Coverage   98.54%   98.54%            
========================================
  Files         982      982            
  Lines      145051   145051            
  Branches    12479    12643   +164     
========================================
  Hits       142945   142945            
  Misses       2106     2106            
Flag Coverage Δ
aiguard 57.18% <ø> (-0.03%) ⬇️
aiguard-integration 55.25% <ø> (ø)
apm-bucket-0 57.35% <ø> (-0.03%) ⬇️
apm-bucket-1 62.52% <ø> (-0.02%) ⬇️
apm-bucket-2 61.34% <ø> (-0.03%) ⬇️
apm-bucket-3 58.99% <ø> (-0.03%) ⬇️
apm-capabilities-tracing 62.17% <ø> (ø)
apm-integrations-aerospike 55.06% <ø> (-0.03%) ⬇️
apm-integrations-confluentinc-kafka-javascript 60.33% <ø> (-0.03%) ⬇️
apm-integrations-couchbase 55.94% <ø> (-0.03%) ⬇️
apm-integrations-http 61.10% <ø> (-0.02%) ⬇️
apm-integrations-kafkajs 60.84% <ø> (-0.03%) ⬇️
apm-integrations-next 58.61% <ø> (-0.03%) ⬇️
apm-integrations-prisma 58.07% <ø> (-0.02%) ⬇️
appsec 71.19% <ø> (+<0.01%) ⬆️
appsec-express_fastify_graphql 68.63% <ø> (-0.02%) ⬇️
appsec-integration 49.51% <ø> (-0.01%) ⬇️
appsec-kafka_ldapjs_lodash 62.60% <ø> (-0.02%) ⬇️
appsec-mongodb-core_mongoose_mysql 66.09% <ø> (-0.02%) ⬇️
appsec-next 56.03% <ø> (-0.02%) ⬇️
appsec-node-serialize_passport_postgres 65.50% <ø> (-0.02%) ⬇️
appsec-sourcing_stripe_template 63.94% <ø> (-0.02%) ⬇️
debugger 63.38% <ø> (-0.01%) ⬇️
instrumentations-bucket-0 51.01% <ø> (-0.03%) ⬇️
instrumentations-bucket-1 58.85% <ø> (-0.03%) ⬇️
instrumentations-bucket-10 60.12% <ø> (-0.02%) ⬇️
instrumentations-bucket-11 60.77% <ø> (-0.02%) ⬇️
instrumentations-bucket-12 50.92% <ø> (-0.03%) ⬇️
instrumentations-bucket-13 51.78% <ø> (-0.03%) ⬇️
instrumentations-bucket-14 51.03% <ø> (-0.03%) ⬇️
instrumentations-bucket-2 52.26% <ø> (-0.03%) ⬇️
instrumentations-bucket-3 52.90% <ø> (-0.03%) ⬇️
instrumentations-bucket-4 57.94% <ø> (-0.03%) ⬇️
instrumentations-bucket-5 48.64% <ø> (-0.02%) ⬇️
instrumentations-bucket-6 59.44% <ø> (-0.03%) ⬇️
instrumentations-bucket-7 51.22% <ø> (-0.03%) ⬇️
instrumentations-bucket-8 57.65% <ø> (-0.03%) ⬇️
instrumentations-bucket-9 56.51% <ø> (-0.03%) ⬇️
instrumentations-instrumentation-couchbase 49.80% <ø> (-0.03%) ⬇️
instrumentations-integration-esbuild 33.86% <ø> (ø)
llmobs-ai_anthropic_bedrock 62.05% <ø> (-0.02%) ⬇️
llmobs-bucket-1 60.58% <ø> (-0.02%) ⬇️
llmobs-openai 61.25% <ø> (-0.02%) ⬇️
llmobs-openai-agents_vertex-ai 59.30% <ø> (-0.03%) ⬇️
llmobs-sdk 67.50% <ø> (-0.03%) ⬇️
master-coverage 98.54% <ø> (?)
openfeature 55.28% <ø> (ø)
openfeature-unit 53.21% <ø> (-0.03%) ⬇️
platform-core_esbuild_instrumentations-misc 40.79% <ø> (-0.02%) ⬇️
platform-integration 59.66% <ø> (ø)
platform-shimmer_unit-guardrails_webpack 38.44% <ø> (-0.02%) ⬇️
plugins-browser-bunyan_bullmq_cassandra 60.73% <ø> (-0.03%) ⬇️
plugins-bucket-0 56.19% <ø> (-0.02%) ⬇️
plugins-bucket-1 53.31% <ø> (ø)
plugins-bucket-11 61.11% <ø> (-0.02%) ⬇️
plugins-bucket-18 60.68% <ø> (-0.02%) ⬇️
plugins-bucket-19 58.91% <ø> (-0.03%) ⬇️
plugins-bucket-20 60.82% <ø> (-0.02%) ⬇️
plugins-bucket-4 55.55% <ø> (-0.03%) ⬇️
plugins-cookie_cookie-parser_crypto 50.54% <ø> (-0.03%) ⬇️
plugins-fastify_fetch_fs 59.76% <ø> (-0.02%) ⬇️
plugins-generic-pool_google-cloud-pubsub_grpc 63.28% <ø> (-0.02%) ⬇️
plugins-handlebars_hapi_hono 57.78% <ø> (-0.03%) ⬇️
plugins-ioredis_knex_langgraph 56.25% <ø> (-0.03%) ⬇️
plugins-ldapjs_light-my-request_limitd-client 57.47% <ø> (-0.03%) ⬇️
plugins-lodash_mariadb_memcached 57.18% <ø> (-0.03%) ⬇️
plugins-moleculer_mongodb_mongodb-core 60.60% <ø> (-0.03%) ⬇️
plugins-mongoose_multer_mysql 58.46% <ø> (-0.02%) ⬇️
plugins-mysql2_nats_node-serialize 60.07% <ø> (-0.03%) ⬇️
plugins-opensearch_passport-http_pino 58.33% <ø> (-0.03%) ⬇️
plugins-postgres_process_pug 57.48% <ø> (-0.03%) ⬇️
plugins-redis_router_sequelize 60.68% <ø> (-0.03%) ⬇️
plugins-test-and-upstream-rhea_undici_url 60.27% <ø> (-0.02%) ⬇️
plugins-valkey_vm_winston 56.91% <ø> (+0.01%) ⬆️
plugins-ws 58.45% <ø> (-0.03%) ⬇️
profiling 60.87% <ø> (-0.02%) ⬇️
serverless-aws-sdk-aws-sdk 54.19% <ø> (-0.02%) ⬇️
serverless-aws-sdk-base-inject-field 50.25% <ø> (-0.03%) ⬇️
serverless-aws-sdk-bedrockruntime 53.96% <ø> (-0.02%) ⬇️
serverless-aws-sdk-client 55.46% <ø> (-0.02%) ⬇️
serverless-aws-sdk-dynamodb 54.78% <ø> (-0.02%) ⬇️
serverless-aws-sdk-eventbridge 56.26% <ø> (-0.02%) ⬇️
serverless-aws-sdk-kinesis 58.29% <ø> (-0.02%) ⬇️
serverless-aws-sdk-lambda 56.48% <ø> (-0.02%) ⬇️
serverless-aws-sdk-s3 54.87% <ø> (-0.02%) ⬇️
serverless-aws-sdk-serverless-peer-service 58.86% <ø> (-0.02%) ⬇️
serverless-aws-sdk-sns 59.07% <ø> (-0.02%) ⬇️
serverless-aws-sdk-sqs 59.48% <ø> (-0.02%) ⬇️
serverless-aws-sdk-stepfunctions 54.70% <ø> (-0.02%) ⬇️
serverless-aws-sdk-util 50.76% <ø> (-0.03%) ⬇️
serverless-bucket-0 52.93% <ø> (ø)
serverless-bucket-1 58.09% <ø> (-0.03%) ⬇️
test-optimization-cucumber 70.31% <ø> (+0.02%) ⬆️
test-optimization-cypress 64.47% <ø> (+0.06%) ⬆️
test-optimization-jest 71.71% <ø> (+0.01%) ⬆️
test-optimization-mocha 71.75% <ø> (+0.05%) ⬆️
test-optimization-playwright-playwright-atr 59.30% <ø> (+<0.01%) ⬆️
test-optimization-playwright-playwright-efd 59.45% <ø> (+0.01%) ⬆️
test-optimization-playwright-playwright-final-status 59.61% <ø> (+<0.01%) ⬆️
test-optimization-playwright-playwright-impacted-tests 59.17% <ø> (+0.15%) ⬆️
test-optimization-playwright-playwright-reporting 60.63% <ø> (-0.04%) ⬇️
test-optimization-playwright-playwright-test-management 60.10% <ø> (-0.11%) ⬇️
test-optimization-playwright-playwright-test-span 59.34% <ø> (-0.05%) ⬇️
test-optimization-selenium 58.58% <ø> (-0.12%) ⬇️
test-optimization-testopt 57.25% <ø> (+0.07%) ⬆️
test-optimization-vitest 72.43% <ø> (+0.05%) ⬆️
test-optimization-vitest-browser 58.43% <ø> (+<0.01%) ⬆️
test-optimization-webdriverio 64.64% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants